Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:
общая лексика
логическая [смысловая] ошибка
ошибка, заставляющая программу вести себя не так, как от неё требуется, но обычно не вызывающая появления сообщения об ошибке или прекращения выполнения программы
Смотрите также
общая лексика
семантическая ошибка
ошибка в программе, не нарушающая правил синтаксиса языка программирования, например недопустимый символ в команде
антоним
In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash). A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognized as such.
Logic errors occur in both compiled and interpreted languages. Unlike a program with a syntax error, a program with a logic error is a valid program in the language, though it does not behave as intended. Often the only clue to the existence of logic errors is the production of wrong solutions, though static analysis may sometimes spot them.